github.com/go-pg/pg/v10/orm.UpdateQuery.appendMapSet (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		update.go#L145: 		return q.appendMapSet(b, m.m), nil
		update.go#L169: func (q *UpdateQuery) appendMapSet(b []byte, m map[string]interface{}) []byte {